home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5117 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ix.netcom.com!netnews
  2. From: Norman Bullen <nbullen@ix.netcom.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Borland C - compiler not finding window.h file.
  5. Date: Thu, 08 Feb 1996 18:06:52 -0800
  6. Organization: Black Cat Associates
  7. Message-ID: <311AAC3C.3DB@ix.netcom.com>
  8. References: <4f85f9$4i8@guitar.sound.net>
  9. NNTP-Posting-Host: ple-ca6-22.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-NETCOM-Date: Thu Feb 08  6:13:38 PM PST 1996
  14. X-Mailer: Mozilla 2.0b6b (Win16; I)
  15.  
  16. chris wrote:
  17. > I trying to teach myself windows programming.  I wrote several simple
  18. > programs and they ran, including finding the windows.h file in the
  19. > include directory for the Borland compiler.  Now for some reason it no
  20. > longer fings this header file unless I give the full path.
  21. > Any ideas as to what has happened?
  22. > Also I am unable to single step through.  When I get to the
  23. > CreateWindows function call the compiler looks for something on the a
  24. > floppy drive then I loose control.
  25. > In addition, do you know of any good books on how to use this compiler
  26. > effectively.
  27. > Thank you
  28. > Chris
  29. > e-mail: chris@sound.net
  30.  
  31. Do you have <...> or "..." surrounding the include file name? <...> will 
  32. find the file in any of the directories specified in the IDE for include 
  33. files; "..." will only find the file in the current directory or a fully 
  34. qualified directory.
  35.